-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add "SI extended" formatting rule for the tick exponents #7249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM, thanks @dberardi99! It’ll need a draftlog entry, I’d call it an addition rather than a bug fix. @archmoj I see you have this slotted for the next release after 3.0, sounds reasonable, I’ll defer to you for a final review |
@dberardi99 Could you please resolve the conflicts with master? |
fe8e096
to
15fa0ba
Compare
@emilykl @camdecoster The changes here LGTM. Fixed the merge conflict in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few suggestions for improving the clarity of the code, but LGTM!
@dberardi99 Please add a new draftlog file in draftlogs/
describing this change.
Woohoo, thanks @dberardi99 and @alexshoe ! 🎉 |
Fix plotly/plotly.py#4787
As suggested by @alexcjohnson in plotly/plotly.py#4787 (comment), a new "SI extended" tick exponents' formatting rule has been added to display numbers in the full SI unit range (10^-30 to 10^30).
In addition, the 20.json mock and its baseline have been modified to show how this new mode works.